Open
Conversation
mnocon
reviewed
Jun 23, 2025
|
|
||
| PROJECT_EDITION=$1 | ||
| PROJECT_VERSION=$2 | ||
| PROJECT_VERSION=5.0.x-dev |
Contributor
There was a problem hiding this comment.
Suggested change
| PROJECT_VERSION=5.0.x-dev | |
| PROJECT_VERSION=4.6.x-dev |
We need to start with 4.6 first, only then manually update
mnocon
reviewed
Jun 23, 2025
|
|
||
| # Upgrade Ibexa and Symfony packages (main app) | ||
| docker compose --env-file=.env exec -T --user www-data app sh -c "composer require --no-update \ | ||
| ibexa/commerce:5.0.x-dev \ |
Contributor
There was a problem hiding this comment.
Suggested change
| ibexa/commerce:5.0.x-dev \ | |
| ibexa/commerce:5.0.x-dev \ | |
| ibexa/behat:5.0.x-dev \ | |
| ibexa/docker:5.0.x-dev \ |
We will probably need to update these as well
mnocon
reviewed
Jun 23, 2025
Comment on lines
220
to
221
| ibexa/admin-ui-assets:v5.0.0-alpha5 \ | ||
| ibexa/headless-assets:v5.0.0-alpha4 \ |
Contributor
There was a problem hiding this comment.
Suggested change
| ibexa/admin-ui-assets:v5.0.0-alpha5 \ | |
| ibexa/headless-assets:v5.0.0-alpha4 \ | |
| ibexa/admin-ui-assets:v5.0.0-beta2 \ | |
| ibexa/headless-assets:v5.0.0-beta1 \ |
adriendupuis
reviewed
Jul 7, 2025
|
|
||
| # Generate new GraphQL schema if used (while admin-ui doesn't use it anymore) | ||
| # docker compose exec -T --user www-data app sh -c 'php bin/console cache:pool:clear ${CACHE_POOL:-cache.tagaware.filesystem}' | ||
| docker compose --env-file=.env exec -T --user www-data app sh -c "composer require ibexa/graphql --no-interaction" |
There was a problem hiding this comment.
This require can be removed as ibexa/graphql is still included in 5.0. (I misinterpreted the fact that it's not used anymore by admin-ui.)
adriendupuis
reviewed
Jul 8, 2025
adriendupuis
reviewed
Jul 9, 2025
7 tasks
Co-authored-by: Adrien Dupuis <[email protected]>
Co-authored-by: Adrien Dupuis <[email protected]>
Co-authored-by: Adrien Dupuis <[email protected]>
4b87718 to
75cb196
Compare
|
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.




Related PRs:
Description: